Skip to content

AsyncSubject.GetAwaiter() method

Defined in

Type: AsyncSubject Namespace: System.Reactive.Subjects Assembly: System.Reactive.dll

Applies to

netstandard2.0

public AsyncSubject<T> GetAwaiter()

Summary: Gets an awaitable object for the current AsyncSubject.

Returns: AsyncSubject -- Object that can be awaited.